Programming with QuickTime VR

| Previous | Chapter contents | Chapter top | Section top | Next |

QTVRGetMouseDownTracking

You can use the QTVRGetMouseDownTracking function to get the current state of mouse-down tracking.

Boolean QTVRGetMouseDownTracking (QTVRInstanceqtvr);
qtvr
An instance of a QuickTime VR movie.
function result
A Boolean value that indicates whether QuickTime VR is currently handling mouse-down tracking for the specified movie ( true ) or not ( false ).

DESCRIPTION

The QTVRGetMouseDownTracking function returns, as its function result, a Boolean value that indicates whether QuickTime VR is currently handling mouse-down tracking for the QuickTime VR movie specified by the qtvr parameter ( true ) or not ( false ). By default, QuickTime VR tracks mouse clicks in a QuickTime VR movie and triggers hot spots as necessary.

SEE ALSO

Use QTVRSetMouseDownTracking (next) to change the mouse-down tracking state of a QuickTime VR movie.


© 1997 Apple Computer, Inc.

| Previous | Chapter contents | Chapter top | Section top | Next |